﻿.popup {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  display: none;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.popup > div {
  opecity:.8;
  position: fixed;
  
 
  padding: 30px 15px;
  /* Width of popup can be changed */
  width: 70%;
  max-width: 600px;
  z-index: 5001;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
 
}
.parsley-error 
{
 background-color:hsla(0, 100%, 70%, 0.3) !important;
	 
	 
}
.recaptcha-hidden
{
	
	display:none;
}
.recaptcha-error
{
	

    width: 100%;
    
    text-align:  center;
     

}

.recaptach-container
{
	
	height: 122px;
   
    padding-top: 14px;
}
.recaptach-container-error{
 
 background-color:hsla(0, 100%, 70%, 0.3) !important;
}